home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetRouterX_1.4.dmg / IPNetRouterX folder / IPNetRouterX.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2009-05-29  |  2KB  |  88 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>ipnr</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>IPNetRouterX_doc</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>NetRouter Settings File</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>IPnl</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>SentryDocument</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>nsy</string>
  31.             </array>
  32.             <key>CFBundleTypeIconFile</key>
  33.             <string>IPNetRouterX_doc</string>
  34.             <key>CFBundleTypeName</key>
  35.             <string>NetSentry Settings File</string>
  36.             <key>CFBundleTypeOSTypes</key>
  37.             <array>
  38.                 <string>NScp</string>
  39.             </array>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>Editor</string>
  42.             <key>NSDocumentClass</key>
  43.             <string>SentryDocument</string>
  44.         </dict>
  45.     </array>
  46.     <key>CFBundleExecutable</key>
  47.     <string>IPNetRouterX</string>
  48.     <key>CFBundleGetInfoString</key>
  49.     <string>1.4, Copyright 2003-2009 Sustainable Softworks Inc. All rights reserved.</string>
  50.     <key>CFBundleHelpBookFolder</key>
  51.     <string>IPNetRouterX Help</string>
  52.     <key>CFBundleHelpBookName</key>
  53.     <string>IPNetRouterX Help</string>
  54.     <key>CFBundleIconFile</key>
  55.     <string>IPNetRouterX</string>
  56.     <key>CFBundleIdentifier</key>
  57.     <string>com.sustworks.IPNetRouterX</string>
  58.     <key>CFBundleInfoDictionaryVersion</key>
  59.     <string>6.0</string>
  60.     <key>CFBundleName</key>
  61.     <string>IPNetRouterX</string>
  62.     <key>CFBundlePackageType</key>
  63.     <string>APPL</string>
  64.     <key>CFBundleShortVersionString</key>
  65.     <string>1.4</string>
  66.     <key>CFBundleSignature</key>
  67.     <string>IPnl</string>
  68.     <key>CFBundleVersion</key>
  69.     <string>1.4</string>
  70.     <key>NSAppleScriptEnabled</key>
  71.     <string>YES</string>
  72.     <key>NSHelpFile</key>
  73.     <string>IPNetRouterX_help.html</string>
  74.     <key>NSMainNibFile</key>
  75.     <string>MainMenu</string>
  76.     <key>NSPrincipalClass</key>
  77.     <string>NSApplication</string>
  78.     <key>OSAScriptingDefinition</key>
  79.     <string>IPNetRouter.sdef</string>
  80.     <key>fileReleaseDateD</key>
  81.     <string>28</string>
  82.     <key>fileReleaseDateM</key>
  83.     <string>05</string>
  84.     <key>fileReleaseDateY</key>
  85.     <string>2009</string>
  86. </dict>
  87. </plist>
  88.